Sin

Note: This statement is named Sine in the Add Statement dialog box.

Returns the sine of a number.

Syntax

Sin(Number)

Arguments

Argument Description
Number Number to return the sine for. To convert degrees to radians, multiply by pi/180. To convert radians to degrees, multiply by 180/pi.

Return value

Value Description
Value Sine of the number.

Example

sine = Sin(45)